专利摘要:
A method for optimizing a hyperparameter of an auto-labeling device performing auto-labeling and auto-evaluating of a training image to be used for learning a neural network is provided for computation reduction and achieving high precision. The method includes steps of: an optimizing device, (a) instructing the auto-labeling device to generate an original image with its auto label and a validation image with its true and auto label, to assort the original image with its auto label into an easy-original and a difficult-original images, and to assort the validation image with its own true and auto labels into an easy-validation and a difficult-validation images; and (b) calculating a current reliability of the auto-labeling device, generating a sample hyperparameter set, calculating a sample reliability of the auto-labeling device, and optimizing the preset hyperparameter set. This method can be performed by a reinforcement learning with policy gradient algorithms.
公开号:EP3690740A1
申请号:EP20150697.9
申请日:2020-01-08
公开日:2020-08-05
发明作者:Kye-hyeon KIM;Yongjoong Kim;Insu Kim;Hak-Kyoung Kim;Woonhyun Nam;Sukhoon Boo;Myungchul Sung;Donghun Yeo;Wooju RYU;Taewoong Jang;Kyungjoong Jeong;Hongmo Je;Hojin Cho
申请人:Stradvision Inc;
IPC主号:G06K9-00
专利说明:
[0001] The present disclosure relates to a method and a device for optimizing hyperparameters of an auto-labeling device performing auto-labeling of one or more training images to be used for learning a neural network.
[0002] Recently, methods of performing object identification and the like using machine learning are being studied. As one of the machine learning, a deep learning, which uses a neural network with several hidden layers between an input layer and an output layer, shows high recognizing performance.
[0003] And, the neural network using the deep learning generally learns through backpropagation using losses.
[0004] In order to perform learning of such a deep learning network, training data in which tags, i.e., labels, are added to individual data points by labelers are needed. Preparing this training data (i.e., classifying the data correctly) can be very labour-intensive, expensive and inconvenient, especially if a large amount of training data is to be used and if the quality of the data pre-preparation is not consistently high. Conventional interactive labeling can be computationally expensive and fail to deliver good results.
[0005] Therefore, recently, auto-labeling which adds tags, i.e., labels, to training images using a deep learning-based auto labeling device is performed, and inspectors examine auto-labeled training images to correct the tags or the labels.
[0006] Accuracies of such conventional auto-labeling devices are being improved by re-learning.
[0007] However, there is a limit to the accuracies that can be improved by the re-learning of the auto-labeling devices, and higher accuracies require repetitive re-learning.
[0008] Also, the re-learning capable of improving the accuracies of the auto-labeling devices requires huge amount of time, thus it takes very long to achieve useful accuracies of the auto-labeling devices.
[0009] It is an object of the present disclosure to solve all the aforementioned problems.
[0010] It is another object of the present disclosure to improve an accuracy of an auto-labeling device without re-learning.
[0011] It is still another object of the present disclosure to improve the accuracy of the auto-labeling device even during the re-learning.
[0012] In accordance with one aspect of the present disclosure, there is provided a method for optimizing one or more hyperparameters of an auto-labeling device performing auto-labeling of one or more training images to be used for learning a neural network, including steps of: (a) an optimizing device, if one or more original images to be labeled and one or more validation images with their own true labels having shooting environments similar to those of the original images are acquired, instructing the auto-labeling device having at least one preset hyperparameter set to generate original images with their own auto labels and validation images with their own true labels and auto labels by respectively auto-labeling the original images and the validation images with their own true labels, to assort the original images with their own auto labels into easy-original images with their own auto labels and difficult-original images with their own auto labels, and to assort the validation images with their own true labels and auto labels into easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels; and (b) the optimizing device, if the easy-validation images with their own true labels and auto labels are acquired, calculating a current reliability, corresponding the preset hyperparameter set, of the auto-labeling device by referring to the easy-validation images with their own true labels and auto labels, generating one or more sample hyperparameter sets adjusted according to at least one certain rule corresponding to the preset hyperparameter set, calculating each of sample reliabilities, corresponding to each of the sample hyperparameter sets, of the auto-labeling device, and optimizing the preset hyperparameter set such that the current reliability corresponding to the preset hyperparameter set is adjusted in a direction of the sample reliabilities corresponding to specific sample hyperparameter sets becoming high, wherein the specific sample hyperparameter sets are part, having their corresponding sample reliabilities higher than the current reliability corresponding to the preset hyperparameter set, of the sample hyperparameter sets.
[0013] As one example, the method further includes a step of: (c) the optimizing device optimizing the preset hyperparameter set such that the current reliability, corresponding to the preset hyperparameter set, is equal to or greater than a prescribed value, and that a ratio of the easy-original images with their own auto labels to the original images with their own auto labels is maximized.
[0014] As one example, the auto-labeling device includes a difficult-image recognition network which assorts the original images with their own auto labels into the easy-original images with their own auto labels and the difficult-original images with their own auto labels, and assorts the validation images with their own true labels and auto labels into the easy-validation images with their own true labels and auto labels and the difficult-validation images with their own true labels and auto labels, and, at the step of (c), the optimizing device optimizes the preset hyperparameter set including (i) a first set value for the difficult-image recognition network to calculate each of probabilities of each of auto labels of the original images with their own auto labels belonging to an abnormal class and to calculate each of probabilities of each of auto labels of the validation images with their own true labels and auto labels belonging to the abnormal class and, (ii) a second set value for the difficult-image recognition network to determine whether the original images with their own auto labels are the difficult-original images with their own auto labels and whether the validation images with their own true labels and auto labels are the difficult-validation images with their own true labels and auto labels.
[0015] As one example, at the step of (b), the optimizing device instructs a reliability-evaluating network to calculate the current reliability of the auto-labeling device by referring to true labels and auto labels of the easy-validation images with their own true labels and auto labels.
[0016] As one example, supposing that true labels and auto labels of the easy-validation images with their own true labels and auto labels are respectively XAL and LAL and Precision(XAL,LAL ) = 1- [ the number of misdetection labels in LAL ] / [ a total number of labels in LAL ], Recall(XAL,LAL ) = 1- [the number of non-detection labels in XAL ] / [a total number of labels in XAL ], the current reliability of the auto-labeling device is evaluated byReliability AL = F 1X AL L AL = 2 Precision X AL L AL × Recall X AL L AL Precision X AL L AL + Recall X AL L AL
[0017] As one example, the auto-labeling device includes an object detection network which generates the original images with their own auto labels and the validation images with their own true labels and auto labels, by auto-labeling the original images and the validation images with their own true labels, and, at the step of (b), the optimizing device optimizes at least part of one or more preset hyperparameters in the preset hyperparameter set including each score threshold for each class, each NMS threshold for each class, each bounding box voting threshold for each class, and each minimum object size for each class of the object detection network.
[0018] In accordance with another aspect of the present disclosure, there is provided an optimizing device for optimizing one or more hyperparameters of an auto-labeling device performing auto-labeling of one or more training images to be used for learning a neural network, including: at least one memory that stores instructions; and at least one processor configured to execute the instructions to perform processes of: (I) if one or more original images to be labeled and one or more validation images with their own true labels having shooting environments similar to those of the original images are acquired, instructing the auto-labeling device having at least one preset hyperparameter set to generate original images with their own auto labels and validation images with their own true labels and auto labels by respectively auto-labeling the original images and the validation images with their own true labels, to assort the original images with their own auto labels into easy-original images with their own auto labels and difficult-original images with their own auto labels, and to assort the validation images with their own true labels and auto labels into easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels, and (II), if the easy-validation images with their own true labels and auto labels are acquired, calculating a current reliability, corresponding the preset hyperparameter set, of the auto-labeling device by referring to the easy-validation images with their own true labels and auto labels, generating one or more sample hyperparameter sets adjusted according to at least one certain rule corresponding to the preset hyperparameter set, calculating each of sample reliabilities, corresponding to each of the sample hyperparameter sets, of the auto-labeling device, and optimizing the preset hyperparameter set such that the current reliability corresponding to the preset hyperparameter set is adjusted in a direction of the sample reliabilities corresponding to specific sample hyperparameter sets becoming high, wherein the specific sample hyperparameter sets are part, having their corresponding sample reliabilities higher than the current reliability corresponding to the preset hyperparameter set, of the sample hyperparameter sets.
[0019] As one example, the processor further performs a process of: (III) optimizing the preset hyperparameter set such that the current reliability, corresponding to the preset hyperparameter set, is equal to or greater than a prescribed value, and that a ratio of the easy-original images with their own auto labels to the original images with their own auto labels is maximized.
[0020] As one example, the auto-labeling device includes a difficult-image recognition network which assorts the original images with their own auto labels into the easy-original images with their own auto labels and the difficult-original images with their own auto labels, and assorts the validation images with their own true labels and auto labels into the easy-validation images with their own true labels and auto labels and the difficult-validation images with their own true labels and auto labels, and, at the process of (III), the processor optimizes the preset hyperparameter set including (i) a first set value for the difficult-image recognition network to calculate each of probabilities of each of auto labels of the original images with their own auto labels belonging to an abnormal class and to calculate each of probabilities of each of auto labels of the validation images with their own true labels and auto labels belonging to the abnormal class and, (ii) a second set value for the difficult-image recognition network to determine whether the original images with their own auto labels are the difficult-original images with their own auto labels and whether the validation images with their own true labels and auto labels are the difficult-validation images with their own true labels and auto labels.
[0021] As one example, at the process of (II), the processor instructs a reliability-evaluating network to calculate the current reliability of the auto-labeling device by referring to true labels and auto labels of the easy-validation images with their own true labels and auto labels.
[0022] As one example, supposing that true labels and auto labels of the easy-validation images with their own true labels and auto labels are respectively XAL and LAL and Precision(XAL,LAL ) = 1- [the number of misdetection labels in LAL ] / [a total number of labels in LAL ], Recall(XAL ,LAL ) = 1- [the number of non-detection labels in XAL ] / [ a total number of labels in XAL ], the current reliability of the auto-labeling device is evaluated byReliability AL = F 1X AL L AL = 2 Precision X AL L AL × Recall X AL L AL Precision X AL L AL + Recall X AL L AL
[0023] As one example, the auto-labeling device includes an object detection network which generates the original images with their own auto labels and the validation images with their own true labels and auto labels, by auto-labeling the original images and the validation images with their own true labels, and, at the process of (II), the processor optimizes at least part of one or more preset hyperparameters in the preset hyperparameter set including each score threshold for each class, each NMS threshold for each class, each bounding box voting threshold for each class, and each minimum object size for each class of the object detection network.
[0024] In addition, recordable media that are readable by a computer for storing a computer program to execute the method of the present disclosure is further provided.
[0025] The above and other objects and features of the present disclosure will become apparent from the following description of preferred embodiments given in conjunction with the accompanying drawings.
[0026] The following drawings to be used to explain example embodiments of the present disclosure are only part of example embodiments of the present disclosure and other drawings can be obtained based on the drawings by those skilled in the art of the present disclosure without inventive work.Fig. 1 is a drawing schematically illustrating an optimizing device which optimizes one or more hyperparameters of an auto-labeling device for auto-labeling one or more training images to be used for learning a neural network in accordance with one example of the present disclosure. Fig. 2 is a drawing schematically illustrating a method for optimizing the hyperparameters of the auto-labeling device for auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure. Fig. 3 is a drawing schematically illustrating a process for selecting one or more validation images having shooting environments similar to those of one or more original images in a method for optimizing the hyperparameters of the auto-labeling device for auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure. Fig. 4 is a drawing schematically illustrating a process of performing object detection for auto-labeling in a method of optimizing the hyperparameters of the auto-labeling device for auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure. Fig. 5 is a drawing schematically illustrating a process of classifying one or more difficult images in a method for optimizing the hyperparameters of the auto-labeling device capable of auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure. Fig. 6 is a drawing schematically illustrating a process of learning a neural network classifying the difficult images in a method for optimizing the hyperparameters of the auto-labeling device capable of auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure. Fig. 7 is a drawing schematically illustrating a process of optimizing the hyperparameters of the auto-labeling device for auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure. Fig. 8 is a drawing schematically illustrating a process of improving an accuracy of the auto-labeling device in a method for optimizing the hyperparameters of the auto-labeling device for auto-labeling the training images to be used for learning the neural network in accordance with one example of the present disclosure.
[0027] Detailed explanation on the present disclosure to be made below refer to attached drawings and diagrams illustrated as specific embodiment examples under which the present disclosure may be implemented to make clear of purposes, technical solutions, and advantages of the present disclosure. These embodiments are described in sufficient detail to enable those skilled in the art to practice the disclosure.
[0028] Besides, in the detailed description and claims of the present disclosure, a term "include" and its variations are not intended to exclude other technical features, additions, components or steps. Other objects, benefits and features of the present disclosure will be revealed to one skilled in the art, partially from the specification and partially from the implementation of the present disclosure. The following examples and drawings will be provided as examples but they are not intended to limit the present disclosure.
[0029] Moreover, the present disclosure covers all possible combinations of example embodiments indicated in this specification. It is to be understood that the various embodiments of the present disclosure, although different, are not necessarily mutually exclusive. For example, a particular feature, structure, or characteristic described herein in connection with one embodiment may be implemented within other embodiments without departing from the spirit and scope of the present disclosure. In addition, it is to be understood that the position or arrangement of individual elements within each disclosed embodiment may be modified without departing from the spirit and scope of the present disclosure. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present disclosure is defined only by the appended claims, appropriately interpreted, along with the full range of equivalents to which the claims are entitled. In the drawings, like numerals refer to the same or similar functionality throughout the several views.
[0030] Any images referred to in the present disclosure may include images related to any roads paved or unpaved, in which case the objects on the roads or near the roads may include vehicles, persons, animals, plants, buildings, flying objects like planes or drones, or any other obstacles which may appear in a road-related scene, but the scope of the present disclosure is not limited thereto. As another example, said any images referred to in the present disclosure may include images not related to any roads, such as images related to alleyway, land lots, sea, lakes, rivers, mountains, forests, deserts, sky, or any indoor space, in which case the objects in said any images may include vehicles, persons, animals, plants, buildings, flying objects like planes or drones, ships, amphibious planes or ships, or any other obstacles which may appear in a scene related to alleyway, land lots, sea, lakes, rivers, mountains, forests, deserts, sky, or any indoor space, but the scope of the present disclosure is not limited thereto.
[0031] To allow those skilled in the art to carry out the present disclosure easily, the example embodiments of the present disclosure by referring to attached diagrams will be explained in detail as shown below.
[0032] Fig. 1 is a drawing schematically illustrating an optimizing device which optimizes one or more hyperparameters of an auto-labeling device for auto-labeling one or more training images to be used for learning a neural network, e.g., a deep learning network, which analyzes images, in accordance with one example of the present disclosure. By referring to Fig. 1, the optimizing device 100 may include a memory 110 for storing instructions to optimize the hyperparameters of the auto-labeling device, and a processor 120 for performing processes corresponding to the instructions in the memory 110 to optimize the hyperparameters of the auto-labeling device.
[0033] Specifically, the optimizing device 100 may typically achieve a desired system performance by using combinations of at least one computing device and at least one computer software, e.g., a computer processor, a memory, a storage, an input device, an output device, or any other conventional computing components, an electronic communication device such as a router or a switch, an electronic information storage system such as a network-attached storage (NAS) device and a storage area network (SAN) as the computing device and any instructions that allow the computing device to function in a specific way as the computer software.
[0034] The processor of the computing device may include hardware configuration of MPU (Micro Processing Unit) or CPU (Central Processing Unit), cache memory, data bus, etc. Additionally, the computing device may further include OS and software configuration of applications that achieve specific purposes.
[0035] Such description of the computing device does not exclude an integrated device including any combination of a processor, a memory, a medium, or any other computing components for implementing the present disclosure.
[0036] A process of optimizing the hyperparameters of the auto-labeling device for auto-labeling the training images to be used for learning the neural network, by using the optimizing device 100 in accordance with one example of the present disclosure is described by referring to Fig. 2.
[0037] First, if one or more original images 10 to be labeled and one or more validation image candidates 20 with their own true labels having shooting environments similar to those of the original images are acquired at a step of S1, the optimizing device 100 may instruct the auto-labeling device 200 having at least one preset hyperparameter set to generate original images with their own auto labels and validation images with their own true labels and auto labels by respectively auto-labeling the original images 10 and the validation image candidates 20 with their own true labels.
[0038] That is, if the original images 10 to be labeled are acquired, the optimizing device 100 may instruct a similar-image selection network 300 to select each of validation images 21 with their own true labels having the shooting environments similar to those of the original images 10 for each of the original images 10. Then, the optimizing device 100 may input the original images 10 and the validation images 21 with their own true labels into the auto-labeling device 200, and may instruct the auto-labeling device 200 to auto-label the original images 10 and the validation images 21 with their own true labels.
[0039] Then, the original images 10 and the validation images 21 with their own true labels may be auto-labeled by the auto-labeling device 200 respectively, resulting in original images with their own auto labels and the validation images with their own true labels and auto labels.
[0040] A method of the similar-image selection network 300 selecting the validation images with their own true labels having the similar shooting environments to those of the original images 10 is described by referring to Fig. 3 as below.
[0041] If the optimizing device 100 inputs the acquired original images into the similar-image selection network 300, the similar-image selection network 300 may generate manipulated images 12 by cropping and resizing each of regions of each of sliding windows on an arbitrary image 11 among the original images. Herein, as another example, the optimizing device 100, not the similar-image selection network 300, may generate the manipulated images 12 by cropping and resizing each of regions of each of the sliding windows on the arbitrary image 11, and may input each of the manipulated images corresponding to each of the original images into the similar-image selection network 300.
[0042] Then, the similar-image selection network 300 may instruct image classifiers 310 to classify the manipulated images 12, to thereby generate each piece of top-k class information. As one example, the image classifiers 310 may generate each of feature maps of each of the manipulated images 12, may classify objects into class groups like day, bird, spring, cloud, mountain, tree, house, cycle, person, road, and dog by using each of the feature maps, and may output top k pieces of the class information. Herein, top 4 pieces of the class information is shown in the drawing, but the scope of the present disclosure is not limited thereto. Also, the drawing shows the multiple image classifiers 310 each of which corresponds to each of the manipulated images 12, however, a single image classifier may be used to generate the top-k pieces of the class information corresponding to each of the manipulated images, or a certain number of the image classifiers different from the number of the corresponding manipulated images may be used to generate the top-k pieces of the class information.
[0043] And the similar-image selection network 300 may generate at least one bag-of-words histogram of the original images by applying at least one operation, of creating at least one bag of words to all of the original images, by referring to the top-k pieces of the class information corresponding to each of the manipulated images outputted from the image classifiers 310.
[0044] Thereafter, the similar-image selection network 300 may select a predetermined number of the validation images 21 with their own true labels, in an order of closest to the bag-of-words histogram, among the validation image candidates 20 with their own true labels, and may transmit the predetermined number of the validation images 21 and the original images to the auto-labeling network 200, for auto-labeling. Herein, the similar-image selection network 300 may manage difficult-validation images with their own true labels among the predetermined number of the validation image candidates and difficult-original images, such that the number of the difficult-validation images with their own true labels among the predetermined number of the validation image candidates with their own true labels has a certain ratio to the number of the difficult-original images among the original images. As one example, the number of the difficult-validation images with their own true labels among the predetermined number of the validation image candidates with their own true labels may be 10% of the number of the difficult-original images among the original images.
[0045] Also, if the original images 10 and the validation images 21 with their own true labels are acquired, the auto-labeling device 200 may instruct an object detection network 210 to generate bounding boxes of objects on the original images 10 and on the validation images 21 with their own true labels, to thereby auto-label the original images 10 and the validation images 21 with their own true labels.
[0046] A method for the object detection network 210 to generate the bounding boxes on the original images 10 and the validation images 21 with their own true labels is described by referring to Fig. 4.
[0047] If one of the original images 10 and the validation images 21 with their own true labels is acquired as an input image, the object detection network 210 may instruct one or more convolutional layers 211 to generate at least one feature map for object detection by applying the convolution operations to the input image. Herein, the convolutional layers 211 may generate the feature map for object detection by sequentially applying the convolution operations to the input image.
[0048] Then the object detection network 210 may instruct at least one RPN (Region Proposal Network) 212 to generate proposal boxes corresponding to candidate regions, estimated as including the objects, on the feature map for object detection.
[0049] Thereafter, the object detection network 210 may instruct at least one pooling layer 213 to generate one or more feature vectors by applying one or more pooling operations to regions, corresponding to the proposal boxes, on the feature map for object detection.
[0050] And the object detection network 210 may instruct at least one FC (fully connected) layer 214 to apply at least one fully-connected operation to the feature vectors, instruct at least one classification layer 215 to output each piece of object class information corresponding to each of the proposal boxes, and instruct at least one regression layer 216 to generate the bounding boxes resulting from each of the proposal boxes bounding each of the objects.
[0051] Herein, the object detection network 210 may instruct the classification layer 215 to output the object class information corresponding to the proposal boxes according to each score threshold for each class, one of preset hyperparameters in the preset hyperparameter set. That is, the classification layer 215 may determine a specific class having a highest score, among each of scores for each class corresponding to a specific bounding box, as specific class information of the specific bounding box, and may output the specific class, if a specific score of the specific class is equal to or greater than a preset specific class score threshold, as the object class information of the specific bounding box.
[0052] Also, by using an NMS (non-maximum suppression), the object detection network 210 may select and output a single bounding box among the duplicate bounding boxes corresponding to a single object, according to an NMS threshold, one of the preset hyperparameters in the preset hyperparameter set.
[0053] Also, by using a bounding box voting threshold and a minimum object size which are part of the preset hyperparameters, the object detection network 210 may select and output each precisely-bounding box, corresponding to each of the objects, among the multiple bounding boxes.
[0054] Meanwhile, the object detection network 210 may have been learned beforehand. That is, at least part of one or more parameters of the FC layer 214 and the convolutional layers 211 may have been adjusted by backpropagating one or more losses. Also, the RPN 212 may have been learned beforehand.
[0055] By referring to Fig. 2 again, the optimizing device 100 may instruct the auto-labeling device 200 to respectively assort the original images with their own auto labels and the validation images with their own true labels and auto labels into easy images and difficult images, to be described later. That is, the optimizing device 100 may instruct the auto-labeling device 200 to assort the original images with their own auto labels into easy-original images with their own auto labels and difficult-original images with their own auto labels, and to assort the validation images with their own true labels and auto labels into easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels.
[0056] And the auto-labeling device 200 may instruct a difficult-image recognition network 220 to assort the input images into the easy images and the difficult images, and the difficult images may have a probability of being automatically labeled incorrectly equal to or greater than a prescribed value y, and the easy images may have a probability of being automatically labeled incorrectly less than the prescribed value.
[0057] A method of assorting the original images with their own auto labels and the validation images with their own true labels and auto labels that are auto-labeled by the difficult-image recognition network 220 of the auto-labeling device 200 respectively into easy-original images with their own auto labels and difficult-original images with auto labels, easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels is described by referring to Fig. 5.
[0058] If at least one input image I with their own auto label bi is inputted, which is one of the auto-labeled original images with their own auto labels and the auto-labeled validation images with their own true labels and auto labels, then the difficult-image recognition network 220 may generate a first image IA and a second image IB , where if only one of the first image and the second image is transformed from the input image then the other is the input image used as is. Herein, at least one of the first image IA and the second image IB may be transformed from the input image I.
[0059] In a process of generating the first image IA and the second image IB , at least one image pair of the first image and the second image corresponding to the input image I may be generated by using one or more transformation pairs which include one or more first functions for transforming the first image and their corresponding second functions for transforming the second image.
[0060] The transformation pairs may be represented as follows, as one example. Index The first image The second image 1 Resized 480P  Resized 540P 2 Resized 640P  Resized 720P 3 Resized 900P  Resized 1080P 4  Original  Horizontal flip 5  Original  Gamma 0.5 6  Original  Gamma 1.5
[0061] That is, more than one image pair of the first image and the second image, corresponding to the transformation pairs set according to the input image, may be generated.
[0062] Next, the difficult-image recognition network 220 may instruct one or more convolutional layers 211 to apply one or more convolution operations respectively to the first image IA and the second image IB , to thereby generate at least one first feature map and at least one second feature map. Herein, the convolutional layers 211 may be included in the object detection network which performs auto-labeling in Fig. 4. As one example, if the object detection network uses an ensemble of multi transforms, the transformation pairs may be defined by using only the transforms used by the object detection network, and as a result, a feature map outputted from the convolutional layers in the object detection network may be used without any further process, thus time required for computation of the feature map is reduced.
[0063] Next, the difficult-image recognition network 220 may instruct one or more pooling layers 222 to generate each of first pooled feature maps by respectively applying one or more pooling operations to each region, corresponding to each auto label bi , on the first feature map, and to generate each of second pooled feature maps by respectively applying the pooling operations to each region, corresponding to said each auto label bi , on the second feature map, and to generate each of concatenated feature maps by concatenating each of the first pooled feature maps and each of the second pooled feature maps respectively corresponding to said each auto label bi . Herein, although Fig. 5 shows two of the convolutional layers 221 and two of the pooling layers 222, a single convolutional layer and a single pooling layer may be used for the convolution operations on the first image and the second image and for the pooling operations on the first feature map and the second feature map.
[0064] And, the difficult-image recognition network 220 may instruct at least one deep learning classifier 223 to acquire each of the concatenated feature maps, corresponding to said each auto label bi , as its input, to thereby generate the class information which classifies said each auto label bi into an abnormal class group or a normal class group. Herein, the abnormal class group may include a misdetection class group and a non-detection class group, and the normal class group may include a class group for auto labels each of which is classified as an object and a class group for auto labels each of which is classified as a background. Classification of the auto label bi is described in a learning process of the deep learning classifier 223 by referring to Fig. 6.
[0065] Thereafter, the difficult-image recognition network 220 may (i) calculate each of one or more probabilities of each of abnormal class elements in the abnormal class group by referring to each piece of the class information on said each auto label bi , and (ii) determine whether the input image I is the difficult image by using each of the probabilities of each of the abnormal class elements.
[0066] Herein, a sigmoid function may be applied to outputs of the deep learning classifier 223 and then the probabilities of each of the abnormal class elements may be calculated. The probabilities of each of the abnormal class elements may include each of probabilities of misdetection class elements in the misdetection class group and each of probabilities of non-detection class elements in the non-detection class group.
[0067] As one example, the probabilities of the misdetection class elements FP may be represented by p(bi : FP|IA, IB ) and the probabilities of the non-detection class elements FN may be represented by p(bi : FN|IA , IB ).
[0068] Herein, bi may be one of the auto labels, IA may be the first image, and IB may be the second image.
[0069] Also, for each auto label bi , the difficult-image recognition network 220 may calculate each of the probabilities of each of the abnormal class elements corresponding to each of the transformation pairs and may calculate at least one weighted average over said each of the probabilities of each of the abnormal class elements.
[0070] That is, the probabilities p(bi : FP) of the misdetection class elements and the probabilities p(bi : FN) of the non-detection class elements may be expressed as follows.p b i : FP = 1 ∑ jw j∑ j w j pb i : FP | I A j, I B j
[0071] Herein, because the probabilities p(bi : FP) of the misdetection class elements and the probabilities p(bi : FN) of the non-detection class elements are linear functions of weights wj which is a first set value in the preset hyperparameter set, the weights may be optimized by using a constrained optimization with constraints ∑ jwj = 1.
[0072] Then, if at least one generalized mean over each of the probabilities of each of the abnormal class elements is equal to or greater than a second set value, the difficult-image recognition network 220 may determine the input image as the difficult image.
[0073] As one example, the difficult-image recognition network 220 may calculate each of probabilities p(I: Difficult) by using the following generalized mean, of the input image with its own auto labels being the difficult image, by referring to each of the probabilities p(bi : FP) of the misdetection class elements and each of the probabilities p(bi : FN) of the non-detection class elements of each auto label bi .p I : Difficult = 1 N I ∑ b i ∈ B I p b i : FP p + 1 N I ∑ b i ∈ B I p b i FN p1 / p ≥ γ
[0074] And, if each of the probabilities p(I: Difficult) calculated by referring to each of the probabilities p(bi : FP) of the misdetection class elements and each of the probabilities p(bi : FN) of the non-detection class elements of each auto label bi is determined as larger than or equal to the second set value y in the preset hyperparameter set, the difficult-image recognition network 220 may determine the input image as the difficult image. Herein, the difficult image may represent an image which has a probability of being automatically labeled incorrectly larger than or equal to the second set value.
[0075] Herein, the second set value y may be a highest hit rate among hit rates for correct answers to the validation images which are manually inspected after auto-labeling of the auto-labeling device.
[0076] Meanwhile, the deep learning classifier 223 may include multiple fully connected layers or a fully convolutional network, and a process of learning the deep learning classifier 223 is described by referring to Fig. 6 as below.
[0077] If at least one training image with its own true labels and auto labels auto-labeled by the auto-labeling device is acquired, a learning device 230 may instruct one or more convolutional layers 231 for training to apply its convolution operations to the training image, to thereby generate at least one feature map for training.
[0078] Herein, the auto labels of the training image may be generated arbitrarily for learning, unlike the auto labels labeled by the auto-labeling device.
[0079] Also, the learning device 230 may include a memory (not illustrated) for storing instructions to learn the deep learning class classifier 223, and a processor (not illustrated) for performing learning of the deep learning class classifier 223 corresponding to the instructions in the memory.
[0080] Specifically, the learning device 230 may typically achieve a desired system performance by using combinations of at least one computing device and at least one computer software, e.g., a computer processor, a memory, a storage, an input device, an output device, or any other conventional computing components, an electronic communication device such as a router or a switch, an electronic information storage system such as a network-attached storage (NAS) device and a storage area network (SAN) as the computing device and any instructions that allow the computing device to function in a specific way as the computer software. The processor of the computing device may include hardware configuration of MPU (Micro Processing Unit) or CPU (Central Processing Unit), cache memory, data bus, etc. Additionally, the computing device may further include OS and software configuration of applications that achieve specific purposes. Such description of the computing device does not exclude an integrated device including any combination of a processor, a memory, a medium, or any other computing components for implementing the present disclosure.
[0081] Next, the learning device 230 may instruct at least one pooling layer 232 for training to generate one or more pooled feature maps for training by respectively applying its one or more pooling operations to each of regions, corresponding to each of the auto labels, on the feature map for training.
[0082] Then, the learning device 230 may instruct the deep learning classifier 223 to acquire each of the pooled feature maps for training corresponding to each of the auto labels as its input and to generate the class information which classifies the auto labels into the abnormal class group or the normal class group.
[0083] Herein, the class information may include the abnormal class group having the misdetection class group and the non-detection class group. And the class information may include two dimensional outputs.
[0084] As one example, the misdetection class group (FP, yi = [1,0]) may refer to a case that a first specific true label with the class information same as that of a first specific auto label does not overlap with any other of the true labels by a value equal to or greater than the first set value.
[0085] Herein, the misdetection class group (FP, yi = [1,0]) may be represented as max t j : c b i = c t j IoU b i t j < α .
[0086] And the non-detection class group (FN, yi = [0,1]) may refer to a case that, on condition that a second specific auto label with the class information same as that of a second specific true label does not overlap with any other of the auto labels by a value equal to or greater than the second set value, a third specific auto label overlaps with the second specific true label by a value equal to or greater than a third set value.
[0087] Herein, the non-detection class group (FN, yi = [0,1]) may be represented as max b i : c b i = c t j IoU b i t j < α , y i = 0 1) :IoU b i t j ≥ β .
[0088] As one example, it may be configured such that α=0.9 and β=0.5, but the scope of the present disclosure is not limited thereto.
[0089] And the normal class group (yi = [0, 0]) may include any other class groups excluding the misdetection class group and the non-detection class group, and may correspond to the objects and the background.
[0090] Meanwhile, to prevent an imbalance of the classes, the learning device 230 may manage the misdetection class group, the non-detection class group, and the normal class group, such that the number of one of a class group, in the abnormal class group, with more group elements is equal to or less than the number of the other class group, in the abnormal class group, with less group elements multiplied by a predetermined first multiplier, and that the number of group elements of the normal class group is equal to the number of group elements of the abnormal class group multiplied by a predetermined second multiplier.
[0091] Herein, the learning device 230 may adjust the number of group elements of the misdetection class group FP, the number of group elements of the non-detection class group FN, and the number of group elements of the normal class group by using a random sampling.
[0092] Then, the learning device 230 may instruct at least one loss layer 233 to calculate one or more losses by referring to each piece of the class information on each of the auto labels and its corresponding ground truth, to thereby learn at least part of parameters of the deep learning classifier 223 by backpropagating the losses.
[0093] Herein, the learning device 230 may perform the backpropagating by using a cross-entropy loss.
[0094] Meanwhile, the learning may mean adjustment of weights which are synaptic strengths of any of two connected layers in a neural network of the deep learning classifier 223, such that the losses become smaller.
[0095] As one example, if the backpropagating is performed by using a stochastic gradient descent (SGD), each of the weights may be adjusted as follows. Δw ij t + 1 = Δ w ij t + lr∂ C ∂ w ij
[0096] lr may depict a learning rate and C may depict a cost function.
[0097] Herein, the cost function may be determined by referring to factors like types of learning, e.g., supervised learning, unsupervised learning, and reinforcement learning, and an activation function, etc.
[0098] For example, if a learning to solve a multi-class classification problem is performed, a softmax function and a cross-entropy function may be used respectively for the activation function and the cost function in general.
[0099] The softmax function may be represented as p j = exp x j∑ k exp x k,
[0100] Herein, pj may depict a class probability, and xj and xk may depict respectively a total input into a unit j and the total input into a unit k. And, dj may depict a target probability of an output unit j, and pj may depict a probability output of the output unit j after its corresponding activation function is applied.
[0101] The above example of the backpropagating the losses shows the stochastic gradient descent (SGD), however, the scope of the present disclosure is not limited thereto, and the backpropagating for learning of the neural network may be performed by using a momentum, a Nesterov's Accelerated Gradient (NAG), an AdaGrad (Adaptive Gradient), an RMSProp, an AdaDelta (Adaptive Delta), or an Adam (Adaptive Moment Estimation).
[0102] By referring to Fig. 2 again, the optimizing device 100 may instruct the auto-labeling device 200 to transmit the easy-original images with their own auto labels and the easy-validation images with their own true labels and auto labels to a reliability-evaluating network 500 at a step of S2-1.
[0103] Also, the optimizing device 100 may instruct the auto-labeling device 200 to transmit the difficult-original images with their own auto labels and the difficult-validation images with their own true labels and auto labels to a manual-labeling device 400 at a step of S2-2. Then, the manual-labeling device 400 may perform manual-labeling, i.e., correcting incorrect labels of the received difficult-original images with their own auto labels and the received difficult-validation images with their own true labels and auto labels, and may transmit the manually labeled difficult-original images with their own auto labels and manual labels and the manually labeled difficult-validation images with their own true labels, auto labels and manual labels to the reliability-evaluating network 500, at a step of S2-3.
[0104] Thereafter, the optimizing device 100 may instruct the reliability-evaluating network 500 to evaluate a reliability of the auto-labeling device 200 and a reliability of the manual-labeling device 400, by referring to the received easy-original images with their own auto labels, the received easy-validation images with their own true labels and auto labels, the received difficult-original images with their own auto labels and manual labels, and the received difficult-validation images with their own true labels, auto labels and manual labels.
[0105] Herein, the reliability-evaluating network 500 may evaluate the reliability of the auto-labeling device 200 by referring to true labels and auto labels of the easy-validation images with their own true labels and auto labels received from the auto-labeling device 200.
[0106] Herein, supposing that true labels and auto labels of the easy-validation images with their own true labels and auto labels are respectively XAL and LAL and Precision(XAL,LAL ) = 1- [ the number of misdetection labels in LAL ] / [ a total number of labels in LAL ], Recall(XAL,LAL ) = 1- [the number of non-detection labels in XAL ] / [ a total number of labels in XAL ], the current reliability of the auto-labeling device 200 may be evaluated byReliability AL = F 1X AL L AL = 2 Precision X AL L AL × Recall X AL L AL Precision X AL L AL + Recall X AL L AL
[0107] Also, the reliability-evaluating network 500 may evaluate the reliability of the manual-labeling device 400 by referring to true labels and manual labels of the difficult-validation images with their own true labels, auto labels and manual labels received from the manual-labeling device 400.
[0108] Herein, supposing that true labels and manual labels of the difficult-validation images with their own true labels, auto labels and manual labels are respectively XHL and LHL and Precision(XHL , LHL ) = 1- [ the number of misdetection labels in LHL ] / [ a total number of labels in LHL ], Recall(X HL , LHL ) = 1- [the number of non-detection labels in XHL ] / [ a total number of labels in XHL ], the current reliability of the manual-labeling device 400 may be evaluated byReliability HL = F 1X HL L HL = 2 Precision X HL L HL × Recall X HL L HL Precision X HL L HL + Recall X HL L HL
[0109] The optimizing device 100 is shown above as instructing the reliability-evaluating network 500 to calculate the reliability of the auto-labeling device 200 and the reliability of the manual-labeling device 400, however, the optimizing device 100 may calculate the reliability of the auto-labeling device 200 and the reliability of the manual-labeling device 400 following the processes above.
[0110] Next, if the reliability of the auto-labeling device 200 is equal to or greater than the prescribed value, the optimizing device 100 may select part of the easy-original images with their own auto labels and the difficult-original images with their own auto labels and manual labels as training images 30 with their own true labels for re-learning, and may select the rest of the difficult-original images with their own auto labels and manual labels as the validation image candidates 20 with their own true labels.
[0111] Then, if the calculated reliability of the auto-labeling device, i.e., the current reliability of the auto-labeling device, is acquired at a step of S3, the optimizing device 100 may generate one or more sample hyperparameter sets HP' adjusted as per at least one certain rule corresponding to the preset hyperparameter set HP according to the current reliability of the auto-labeling device. Herein, the sample hyperparameter sets HP' may be generated by selectively adjusting part of the hyperparameters in the preset hyperparameter set HP and then arbitrarily combining the adjusted hyperparameters. This is because each effect of each change of each of the hyperparameters on the reliability is not independent of each other.
[0112] Thereafter, the optimizing device 100 may calculate sample reliabilities each of which is a reliability, corresponding to each of the sample hyperparameter sets HP', of the auto-labeling device 200. Herein, the sample reliabilities may be calculated by repeating the process above, on condition that the preset hyperparameter set HP of the auto-labeling device 200 is replaced with each of the sample hyperparameter sets HP', but the scope of the present disclosure is not limited thereto, and may be calculated by a simulation of applying each of the sample hyperparameter sets HP' to each output generated by the process above using the preset hyperparameter set HP.
[0113] Then, by referring to Fig. 7, the sample hyperparameter sets HP', corresponding to each of the sample reliabilities based on a location of a current hyperparameter set HP corresponding to the current reliability, may have a Gaussian distribution.
[0114] Herein, the optimizing device 100 may determine part, having their corresponding sample reliabilities higher than the current reliability, of the sample hyperparameter sets HP' as specific sample hyperparameter sets, and may acquire a direction of the sample reliabilities becoming high by referring to specific sample reliabilities of the determined specific sample hyperparameter sets.
[0115] Thereafter, the optimizing device 100 may adjust individual hyperparameters in the preset hyperparameter set, i.e., in the current hyperparameter set HP, such that the current reliability is adjusted corresponding to a direction of the specific sample reliabilities becoming high, to thereby generate the adjusted hyperparameter set, and may optimize the preset hyperparameter set of the auto-labeling device 200 by using the adjusted hyperparameter set, at a step of S4.
[0116] Herein, the individual hyperparameters of the auto-labeling device 200 being adjusted may include each score threshold for each class, each NMS threshold for each class, each bounding box voting threshold for each class, and each minimum object size for each class, of the object detection network 210 in the auto-labeling device 200.
[0117] Also, in a process of the optimizing device 100 instructing the auto-labeling device 100 to assort the original images with their own auto labels into easy-original images with their own auto labels and difficult-original images with their own auto labels, and to assort the validation images with their own true labels and auto labels into easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels, the optimizing device 100 may optimize the preset hyperparameter set such that the current reliability, corresponding to the preset hyperparameter set, is equal to or greater than the prescribed value, and that a ratio of the easy-original images with their own auto labels to the original images with their own auto labels is maximized.
[0118] That is, the optimizing device 100 may optimize the preset hyperparameter set including (i) the first set value (weights wj ) for the difficult-image recognition network 220 of the auto-labeling device 200 to calculate each of probabilities of each of auto labels of the original images with their own auto labels belonging to the abnormal class and to calculate each of probabilities of each of auto labels of the validation images with their own true labels and auto labels belonging to the abnormal class and, (ii) the second set value y, i.e., the prescribed value, for the difficult-image recognition network 220 of the auto-labeling device 200 to determine whether the original images with their own auto labels are the difficult-original images with their own auto labels and whether the validation images with their own true labels and auto labels are the difficult-validation images with their own true labels and auto labels.
[0119] As a result, the reliability of the auto-labeling device 200 may be improved, even without the re-learning by using the optimized hyperparameter set.
[0120] Meanwhile, the optimizing device 100 may use the training images with their own true labels to re-learn the auto-labeling device 200 at a step of S5, to thereby improve the reliability of the auto-labeling device 200, and may optimize the preset hyperparameter set by using the processes above during the re-learning of the auto-labeling device 200, to thereby improve the reliability of the auto-labeling device 200 additionally.
[0121] That is, by referring to Fig. 8, if the re-learning is performed weekly, then the reliability will be improved in a manner of a staircase, however, if the hyperparameters are optimized in accordance with the present disclosure, the higher reliability is guaranteed, and accordingly, the training images with their own true labels which have higher reliabilities for re-learning are acquired. Also, by performing the re-learning using the training images with their own true labels with higher reliabilities, the reliability of the auto-labeling device resulting from the re-learning is improved further than that resulting from conventional techniques.
[0122] The present disclosure has an effect of optimizing the hyperparameters of the auto-labeling device by reflecting inspection results of the auto-labeling device without re-learning, to thereby improve the accuracy of the auto-labeling device.
[0123] The present disclosure has another effect of optimizing the hyperparameters of the auto-labeling device by reflecting the inspection results of the auto-labeling device during the re-learning, to thereby improve the accuracy of the auto-labeling device.
[0124] The present disclosure has still another effect of acquiring more reliable training data due to the higher accuracy, to thereby further improve the accuracy of the auto-labeling device at a next session of re-learning.
[0125] The present disclosure has still yet another effect of providing the auto-labeling device capable of performing auto-labeling and auto-evaluating of the training image with reduced computations and high precision.
[0126] Further, the method can be performed by a reinforcement learning with policy gradient algorithms.
[0127] The embodiments of the present disclosure as explained above can be implemented in a form of executable program command through a variety of computer means recordable to computer readable media. The computer readable media may include solely or in combination, program commands, data files, and data structures. The program commands recorded to the media may be components specially designed for the present disclosure or may be usable to a skilled human in a field of computer software. Computer readable media include magnetic media such as hard disk, floppy disk, and magnetic tape, optical media such as CD-ROM and DVD, magneto-optical media such as floptical disk and hardware devices such as ROM, RAM, and flash memory specially designed to store and carry out program commands. Program commands include not only a machine language code made by a complier but also a high level code that can be used by an interpreter etc., which is executed by a computer. The aforementioned hardware device can work as more than a software module to perform the action of the present disclosure and they can do the same in the opposite case.
[0128] As seen above, the present disclosure has been explained by specific matters such as detailed components, limited embodiments, and drawings. They have been provided only to help more general understanding of the present disclosure. It, however, will be understood by those skilled in the art that various changes and modification may be made from the description without departing from the spirit and scope of the disclosure as defined in the following claims.
[0129] Accordingly, the thought of the present disclosure must not be confined to the explained embodiments, and the following patent claims as well as everything including variations equal or equivalent to the patent claims pertain to the category of the thought of the present disclosure.
权利要求:
Claims (12)
[0001] A method for optimizing one or more hyperparameters of an auto-labeling device performing auto-labeling of one or more training images to be used for learning a neural network, comprising steps of:
(a) an optimizing device, if one or more original images to be labeled and one or more validation images with their own true labels having shooting environments similar to those of the original images are acquired, instructing the auto-labeling device having at least one preset hyperparameter set to generate original images with their own auto labels and validation images with their own true labels and auto labels by respectively auto-labeling the original images and the validation images with their own true labels, to assort the original images with their own auto labels into easy-original images with their own auto labels and difficult-original images with their own auto labels, and to assort the validation images with their own true labels and auto labels into easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels; and
(b) the optimizing device, if the easy-validation images with their own true labels and auto labels are acquired, calculating a current reliability, corresponding the preset hyperparameter set, of the auto-labeling device by referring to the easy-validation images with their own true labels and auto labels, generating one or more sample hyperparameter sets adjusted according to at least one certain rule corresponding to the preset hyperparameter set, calculating each of sample reliabilities, corresponding to each of the sample hyperparameter sets, of the auto-labeling device, and optimizing the preset hyperparameter set such that the current reliability corresponding to the preset hyperparameter set is adjusted in a direction of the sample reliabilities corresponding to specific sample hyperparameter sets becoming high, wherein the specific sample hyperparameter sets are part, having their corresponding sample reliabilities higher than the current reliability corresponding to the preset hyperparameter set, of the sample hyperparameter sets.
[0002] The method of Claim 1, wherein the method further comprises a step of:(c) the optimizing device optimizing the preset hyperparameter set such that the current reliability, corresponding to the preset hyperparameter set, is equal to or greater than a prescribed value, and that a ratio of the easy-original images with their own auto labels to the original images with their own auto labels is maximized.
[0003] The method of Claim 2, wherein the auto-labeling device includes a difficult-image recognition network which assorts the original images with their own auto labels into the easy-original images with their own auto labels and the difficult-original images with their own auto labels, and assorts the validation images with their own true labels and auto labels into the easy-validation images with their own true labels and auto labels and the difficult-validation images with their own true labels and auto labels, andwherein, at the step of (c), the optimizing device optimizes the preset hyperparameter set including (i) a first set value for the difficult-image recognition network to calculate each of probabilities of each of auto labels of the original images with their own auto labels belonging to an abnormal class and to calculate each of probabilities of each of auto labels of the validation images with their own true labels and auto labels belonging to the abnormal class and, (ii) a second set value for the difficult-image recognition network to determine whether the original images with their own auto labels are the difficult-original images with their own auto labels and whether the validation images with their own true labels and auto labels are the difficult-validation images with their own true labels and auto labels.
[0004] The method of Claim 1, wherein, at the step of (b), the optimizing device instructs a reliability-evaluating network to calculate the current reliability of the auto-labeling device by referring to true labels and auto labels of the easy-validation images with their own true labels and auto labels.
[0005] The method of Claim 4, wherein, supposing that true labels and auto labels of the easy-validation images with their own true labels and auto labels are respectively XAL and LAL and Precision(XAL,LAL ) = 1- [ the number of misdetection labels in LAL ] / [ a total number of labels in LAL ], Recall(XAL , LAL ) = 1- [the number of non-detection labels in XAL ] / [ a total number of labels in XAL ], the current reliability of the auto-labeling device is evaluated byReliability AL = F 1X AL L AL = 2 Precision X AL L AL × Recall X AL L AL Precision X AL L AL + Recall X AL L AL
[0006] The method of Claim 1, wherein the auto-labeling device includes an object detection network which generates the original images with their own auto labels and the validation images with their own true labels and auto labels, by auto-labeling the original images and the validation images with their own true labels, andwherein, at the step of (b), the optimizing device optimizes at least part of one or more preset hyperparameters in the preset hyperparameter set including each score threshold for each class, each NMS threshold for each class, each bounding box voting threshold for each class, and each minimum object size for each class of the object detection network.
[0007] An optimizing device for optimizing one or more hyperparameters of an auto-labeling device performing auto-labeling of one or more training images to be used for learning a neural network, comprising:
at least one memory that stores instructions; and
at least one processor configured to execute the instructions to perform processes of: (I) if one or more original images to be labeled and one or more validation images with their own true labels having shooting environments similar to those of the original images are acquired, instructing the auto-labeling device having at least one preset hyperparameter set to generate original images with their own auto labels and validation images with their own true labels and auto labels by respectively auto-labeling the original images and the validation images with their own true labels, to assort the original images with their own auto labels into easy-original images with their own auto labels and difficult-original images with their own auto labels, and to assort the validation images with their own true labels and auto labels into easy-validation images with their own true labels and auto labels and difficult-validation images with their own true labels and auto labels, and (II), if the easy-validation images with their own true labels and auto labels are acquired, calculating a current reliability, corresponding the preset hyperparameter set, of the auto-labeling device by referring to the easy-validation images with their own true labels and auto labels, generating one or more sample hyperparameter sets adjusted according to at least one certain rule corresponding to the preset hyperparameter set, calculating each of sample reliabilities, corresponding to each of the sample hyperparameter sets, of the auto-labeling device, and optimizing the preset hyperparameter set such that the current reliability corresponding to the preset hyperparameter set is adjusted in a direction of the sample reliabilities corresponding to specific sample hyperparameter sets becoming high, wherein the specific sample hyperparameter sets are part, having their corresponding sample reliabilities higher than the current reliability corresponding to the preset hyperparameter set, of the sample hyperparameter sets.
[0008] The optimizing device of Claim 7, wherein the processor further performs a process of:(III) optimizing the preset hyperparameter set such that the current reliability, corresponding to the preset hyperparameter set, is equal to or greater than a prescribed value, and that a ratio of the easy-original images with their own auto labels to the original images with their own auto labels is maximized.
[0009] The optimizing device of Claim 8, wherein the auto-labeling device includes a difficult-image recognition network which assorts the original images with their own auto labels into the easy-original images with their own auto labels and the difficult-original images with their own auto labels, and assorts the validation images with their own true labels and auto labels into the easy-validation images with their own true labels and auto labels and the difficult-validation images with their own true labels and auto labels, andwherein, at the process of (III), the processor optimizes the preset hyperparameter set including (i) a first set value for the difficult-image recognition network to calculate each of probabilities of each of auto labels of the original images with their own auto labels belonging to an abnormal class and to calculate each of probabilities of each of auto labels of the validation images with their own true labels and auto labels belonging to the abnormal class and, (ii) a second set value for the difficult-image recognition network to determine whether the original images with their own auto labels are the difficult-original images with their own auto labels and whether the validation images with their own true labels and auto labels are the difficult-validation images with their own true labels and auto labels.
[0010] The optimizing device of Claim 7, wherein, at the process of (II), the processor instructs a reliability-evaluating network to calculate the current reliability of the auto-labeling device by referring to true labels and auto labels of the easy-validation images with their own true labels and auto labels.
[0011] The optimizing device of Claim 10, wherein, supposing that true labels and auto labels of the easy-validation images with their own true labels and auto labels are respectively XAL and LAL and Precision(XAL,LAL ) = 1-[ the number of misdetection labels in LAL ] / [ a total number of labels in LAL ], Recall(XAL , LAL ) = 1- [the number of non-detection labels in XAL ] / [ a total number of labels in XAL ], the current reliability of the auto-labeling device is evaluated byReliability AL = F 1X AL L AL = 2 Precision X AL L AL × Recall X AL L AL Precision X AL L AL + Recall X AL L AL
[0012] The method of Claim 7, wherein the auto-labeling device includes an object detection network which generates the original images with their own auto labels and the validation images with their own true labels and auto labels, by auto-labeling the original images and the validation images with their own true labels, andwherein, at the process of (II), the processor optimizes at least part of one or more preset hyperparameters in the preset hyperparameter set including each score threshold for each class, each NMS threshold for each class, each bounding box voting threshold for each class, and each minimum object size for each class of the object detection network.
类似技术:
公开号 | 公开日 | 专利标题
Hou et al.2019|Cross attention network for few-shot classification
Iscen et al.2019|Label propagation for deep semi-supervised learning
US20210142044A1|2021-05-13|Vision Based Target Tracking that Distinguishes Facial Feature Targets
US9965719B2|2018-05-08|Subcategory-aware convolutional neural networks for object detection
US9965705B2|2018-05-08|Systems and methods for attention-based configurable convolutional neural networks | for visual question answering
CN109154988B|2020-02-28|Cascaded convolutional neural networks
CN107229904B|2020-11-24|Target detection and identification method based on deep learning
US10354185B2|2019-07-16|Learning apparatus, learning program, and learning method
US10755120B2|2020-08-25|End-to-end lightweight method and apparatus for license plate recognition
Thai et al.2012|Image classification using support vector machine and artificial neural network
EP3388978A1|2018-10-17|Image classification method, electronic device, and storage medium
US20170061326A1|2017-03-02|Method for improving performance of a trained machine learning model
US9704068B2|2017-07-11|System and method for labelling aerial images
US20160104058A1|2016-04-14|Generic object detection in images
CN107527068B|2020-12-25|Vehicle type identification method based on CNN and domain adaptive learning
Price et al.1994|Pairwise neural network classifiers with probabilistic outputs
US10223614B1|2019-03-05|Learning method, learning device for detecting lane through classification of lane candidate pixels and testing method, testing device using the same
US7848566B2|2010-12-07|Object recognizer and detector for two-dimensional images using bayesian network based classifier
GB2548199A|2017-09-13|Low-and high-fidelity classifiers applied to road-scene images
US7783086B2|2010-08-24|Information processing apparatus and method, recording medium, and program
US10546242B2|2020-01-28|Image analysis neural network systems
US10289897B2|2019-05-14|Method and a system for face verification
US6829384B2|2004-12-07|Object finder for photographic images
Opelt et al.2006|Incremental learning of object detectors using a visual shape alphabet
CN107016357B|2020-06-16|Video pedestrian detection method based on time domain convolutional neural network
同族专利:
公开号 | 公开日
CN111507469A|2020-08-07|
JP6849932B2|2021-03-31|
KR20200095336A|2020-08-10|
US10699192B1|2020-06-30|
JP2020126615A|2020-08-20|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
法律状态:
2020-07-03| PUAI| Public reference made under article 153(3) epc to a published international application that has entered the european phase|Free format text: ORIGINAL CODE: 0009012 |
2020-07-03| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
2020-08-05| 17P| Request for examination filed|Effective date: 20200208 |
2020-08-05| AK| Designated contracting states|Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
2020-08-05| AX| Request for extension of the european patent|Extension state: BA ME |
2021-03-10| RBV| Designated contracting states (corrected)|Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
2021-12-24| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: EXAMINATION IS IN PROGRESS |
2022-01-26| 17Q| First examination report despatched|Effective date: 20220104 |
优先权:
申请号 | 申请日 | 专利标题
[返回顶部]